Introduced RegisterValueType<TValueType>() method#3835
Introduced RegisterValueType<TValueType>() method#3835jeremydmiller merged 5 commits intoJasperFx:masterfrom HakamFostok:master
RegisterValueType<TValueType>() method#3835Conversation
…alue type registration using generics
…custom value type registration using generics" This reverts commit b0e39ce.
…alue type registration using generics
|
Thanks for approving. I have a question about the process. |
|
"As my PR has been approved, why has it not been merged yet?" -- Hey, thanks for doing this, but it's at most a convenience thing, and I'm just now working on the next round of clean up. I won't say that we have any formal process or timing, but if you'll look at our release cadence on Nuget, you'll notice that we're releasing all the damn time and certainly faster than most OSS projects of any level of complexity. |
|
Thanks a lot, I really appreciate it, I just wanted to make sure that everything was ok and I'm not missing anything. |

Introduced
RegisterValueType<TValueType>()method to allow custom value type registration using genericswhich is just a wrapper for the
RegisterValueType(Type type)methodUse ArgumentNullException.ThrowIfNull instead of throw manually